Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR] Fix size confusion for several device property queries #12488

Merged
merged 4 commits into from
Jun 12, 2024

Conversation

al42and
Copy link
Contributor

@al42and al42and commented Jan 24, 2024

@al42and al42and force-pushed the test-fix-sub-group-size-info branch from 92877bc to ab0d244 Compare April 3, 2024 11:16
@kbenzie kbenzie changed the title Test oneapi-src/unified-runtime#1282 [UR] Bump main tag to 4f13cd14 Jun 10, 2024
@kbenzie kbenzie marked this pull request as ready for review June 10, 2024 15:05
@kbenzie kbenzie requested a review from a team as a code owner June 10, 2024 15:05
The UR specification for the UR_DEVICE_INFO_SUB_GROUP_SIZES_INTEL device
query is specified to use `uint32_t[]` whereas the SYCL specification
defines the `sub_group_sizes` query as `std::vector<size_t>`. This patch
adds a translation between `uint32_t[]` and `std::vector<size_t>` in
order to correctly propagate results.
@kbenzie kbenzie requested a review from a team as a code owner June 11, 2024 10:30
@kbenzie kbenzie changed the title [UR] Bump main tag to 4f13cd14 [UR] Fix size confusion for several device property queries Jun 11, 2024
@kbenzie
Copy link
Contributor

kbenzie commented Jun 11, 2024

@intel/llvm-gatekeepers please merge

@steffenlarsen steffenlarsen merged commit c168f21 into intel:sycl Jun 12, 2024
13 checks passed
ianayl pushed a commit to ianayl/sycl that referenced this pull request Jun 13, 2024
)

For testing oneapi-src/unified-runtime#1282

---------

Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants